drawcontext: Add gdk_draw_context_in_frame() API
authorBenjamin Otte <otte@redhat.com>
Mon, 23 Apr 2018 16:24:29 +0000 (18:24 +0200)
committerBenjamin Otte <otte@redhat.com>
Tue, 24 Apr 2018 21:16:58 +0000 (23:16 +0200)
commitfd686afeb2bba843c7b63a5b2284141981042439
treed36cc9912d2cf877ad9847aedde2c4544382504a
parent6aa89f2163cf335d267412b5220bcbf272f8efd8
drawcontext: Add gdk_draw_context_in_frame() API

This makes the previous gdk_draw_context_is_drawing() function public
under a new name.

I decided against the old name because we use the term "frame" for a
drawing operation, so I wanted to have this boolean flag reuse the term.
docs/reference/gdk/gdk4-sections.txt
gdk/gdkcairocontext.c
gdk/gdkdrawcontext.c
gdk/gdkdrawcontext.h
gdk/gdkdrawcontextprivate.h
gdk/gdkvulkancontext.c
gdk/wayland/gdkglcontext-wayland.c
gdk/x11/gdkglcontext-x11.c